Skip to content

Commit

Permalink
fix(junegunn/fzf): set version_overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 3, 2022
1 parent 2398eaf commit 9650333
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/junegunn/fzf/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
packages:
- name: junegunn/fzf@0.34.0
- name: junegunn/fzf
version: 0.27.0
- name: junegunn/fzf
version: 0.26.0
- name: junegunn/fzf
version: 0.25.1
24 changes: 24 additions & 0 deletions pkgs/junegunn/fzf/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,27 @@ packages:
pattern:
checksum: ^(\b[A-Fa-f0-9]{64}\b)
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.28.0")
version_overrides:
- version_constraint: semver(">= 0.27.0")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver(">= 0.26.0")
overrides:
- goos: linux
format: tar.gz
supported_envs:
- darwin
- linux
- amd64
- version_constraint: "true"
rosetta2: true
overrides:
- goos: linux
format: tar.gz
supported_envs:
- darwin
- linux
- amd64
24 changes: 24 additions & 0 deletions registry.yaml

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

0 comments on commit 9650333

Please sign in to comment.