Skip to content

Commit

Permalink
fix(junegunn/fzf): follow up changes of fzf v0.54.2 (#25346)
Browse files Browse the repository at this point in the history
https://github.com/junegunn/fzf/releases/tag/v0.54.2

> Updated GoReleaser to 2.1.0 to simplify notarization of macOS binaries
> macOS archives will be in tar.gz format instead of zip format since we no longer notarize the zip files but binaries
  • Loading branch information
suzuki-shunsuke authored Jul 28, 2024
1 parent 282290e commit 803a792
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pkgs/junegunn/fzf/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- name: junegunn/[email protected]
- name: junegunn/[email protected]
- name: junegunn/fzf
version: v0.54.1
- name: junegunn/fzf
version: 0.53.0
- name: junegunn/fzf
Expand Down
12 changes: 11 additions & 1 deletion pkgs/junegunn/fzf/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ packages:
overrides:
- goos: linux
format: tar.gz
- version_constraint: "true"
- version_constraint: semver("<= 0.54.1")
asset: fzf-{{trimV .Version}}-{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
checksum:
Expand All @@ -62,3 +62,13 @@ packages:
overrides:
- goos: linux
format: tar.gz
- version_constraint: "true"
asset: fzf-{{trimV .Version}}-{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
checksum:
type: github_release
asset: fzf_{{trimV .Version}}_checksums.txt
algorithm: sha256
12 changes: 11 additions & 1 deletion registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 803a792

Please sign in to comment.