diff --git a/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.installer.yaml b/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.installer.yaml new file mode 100644 index 0000000000000..d00cde0c39ad2 --- /dev/null +++ b/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.installer.yaml @@ -0,0 +1,26 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: marcinjahn.puff +PackageVersion: 1.1.1 +InstallerType: zip +NestedInstallerType: portable +UpgradeBehavior: uninstallPrevious +Commands: + - puff +ReleaseDate: 2026-04-12 +Installers: + - Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: puff-v1.1.1-x86_64-pc-windows-msvc/puff.exe + PortableCommandAlias: puff + InstallerUrl: https://github.com/marcinjahn/puff/releases/download/v1.1.1/puff-v1.1.1-x86_64-pc-windows-msvc.zip + InstallerSha256: E8826DC0549B02E7142015D1A27C23EC65A288EE7A952149B63A9A4C4CD2DCB1 + - Architecture: arm64 + NestedInstallerFiles: + - RelativeFilePath: puff-v1.1.1-aarch64-pc-windows-msvc/puff.exe + PortableCommandAlias: puff + InstallerUrl: https://github.com/marcinjahn/puff/releases/download/v1.1.1/puff-v1.1.1-aarch64-pc-windows-msvc.zip + InstallerSha256: A8C6F87B811762CA4A7E07E901FA43338E41842D18C443EBC6FCAC41BEACEEEE +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.locale.en-US.yaml b/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.locale.en-US.yaml new file mode 100644 index 0000000000000..e7ef1ab3d9cfb --- /dev/null +++ b/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: marcinjahn.puff +PackageVersion: 1.1.1 +PackageLocale: en-US +Publisher: Marcin Jahn +PublisherUrl: https://marcinjahn.com/ +PublisherSupportUrl: https://github.com/marcinjahn/puff/issues +Author: Marcin Jahn +PackageName: puff +PackageUrl: https://github.com/marcinjahn/puff +License: Apache-2.0 +LicenseUrl: https://github.com/marcinjahn/puff/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Marcin Jahn +ShortDescription: Puff is a CLI tool that manages private configuration files of your dev projects +Description: Puff manages private configuration files (.env, credentials, etc.) of your git repos by storing them in a central location and creating symlinks in your projects. Moving to a new machine or setting up git worktrees is as easy as running puff init. +Moniker: puff +Tags: + - cli + - config + - configuration-management + - multiplatform + - rust + - secrets + - worktree +ReleaseNotes: |- + Fixed + - statically links VC++ in Windows binary +ReleaseNotesUrl: https://github.com/marcinjahn/puff/releases/tag/v1.1.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.yaml b/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.yaml new file mode 100644 index 0000000000000..220def1673895 --- /dev/null +++ b/manifests/m/marcinjahn/puff/1.1.1/marcinjahn.puff.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: marcinjahn.puff +PackageVersion: 1.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0