forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: junegunn.fzf version 0.56.1 (microsoft#190288)
- Loading branch information
Showing
3 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
manifests/j/junegunn/fzf/0.56.1/junegunn.fzf.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: junegunn.fzf | ||
PackageVersion: 0.56.1 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: fzf.exe | ||
PortableCommandAlias: fzf | ||
ReleaseDate: 2024-11-10 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/junegunn/fzf/releases/download/v0.56.1/fzf-0.56.1-windows_amd64.zip | ||
InstallerSha256: A5D41F2B247192B42D78F49383EC2C87B0FF287D17A66386751F56E3371F0FCC | ||
- Architecture: arm | ||
InstallerUrl: https://github.com/junegunn/fzf/releases/download/v0.56.1/fzf-0.56.1-windows_armv7.zip | ||
InstallerSha256: 1A138F9342EADEEBC627FCD0F8DF71CF183C8BAEAB7A559837290EF0DD56F9B8 | ||
- Architecture: arm64 | ||
InstallerUrl: https://github.com/junegunn/fzf/releases/download/v0.56.1/fzf-0.56.1-windows_arm64.zip | ||
InstallerSha256: 90C0144F2EF3434C9BA3FC508BDC1691EE1090858A24EA2DD6707D29D329847E | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
31 changes: 31 additions & 0 deletions
31
manifests/j/junegunn/fzf/0.56.1/junegunn.fzf.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: junegunn.fzf | ||
PackageVersion: 0.56.1 | ||
PackageLocale: en-US | ||
Publisher: Junegunn Choi | ||
PublisherUrl: https://github.com/junegunn | ||
PublisherSupportUrl: https://github.com/junegunn/fzf/issues | ||
Author: Junegunn Choi | ||
PackageName: fzf | ||
PackageUrl: https://github.com/junegunn/fzf | ||
License: MIT | ||
LicenseUrl: https://github.com/junegunn/fzf/blob/master/LICENSE | ||
Copyright: Copyright (c) 2013-2023 Junegunn Choi | ||
CopyrightUrl: https://github.com/junegunn/fzf/blob/master/LICENSE | ||
ShortDescription: A general-purpose command-line fuzzy finder | ||
Tags: | ||
- cli | ||
- go | ||
ReleaseNotes: |- | ||
- Bug fixes and improvements | ||
- Fixed a race condition which would cause fzf to present stale results after reload (#4070) | ||
- page-up and page-down actions now work correctly with multi-line items (#4069) | ||
- {n} is allowed in SCROLL expression in --preview-window (#4079) | ||
- [zsh] Fixed regression in history loading with shared option (#4071) | ||
- [zsh] Better command extraction in zsh completion (#4082) | ||
- Thanks to @LangLangBart, @jaydee-coder, @alex-huff, and @vejkse for the contributions | ||
ReleaseNotesUrl: https://github.com/junegunn/fzf/releases/tag/v0.56.1 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: junegunn.fzf | ||
PackageVersion: 0.56.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |