Skip to content

Commit

Permalink
fix(wader/fq): darwin's format is changed from tar.gz to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored and renovate[bot] committed Feb 13, 2022
1 parent 406dae6 commit 11d8964
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3784,9 +3784,18 @@ packages:
replacements:
darwin: macos
format: tar.gz
version_constraint: 'semver(">= 0.0.5")'
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
version_overrides:
- version_constraint: 'semver("< 0.0.5")'
format_overrides:
- goos: windows
format: zip

- type: github_release
repo_owner: wagoodman
repo_name: dive
Expand Down

0 comments on commit 11d8964

Please sign in to comment.