Skip to content

Commit

Permalink
fix(kattouf/ProgressLine): follow up changes of progressline 0.2.3 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Nov 17, 2024
1 parent e1b65cf commit 9148789
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pkgs/kattouf/ProgressLine/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: kattouf/[email protected]
- name: kattouf/[email protected]
- name: kattouf/ProgressLine
version: 0.2.2
16 changes: 15 additions & 1 deletion pkgs/kattouf/ProgressLine/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
- name: progressline
version_constraint: "false"
version_overrides:
- version_constraint: "true"
- version_constraint: semver("<= 0.2.2")
asset: progressline-{{.Arch}}-{{.OS}}.{{.Format}}
format: zip
replacements:
Expand All @@ -21,3 +21,17 @@ packages:
supported_envs:
- linux
- darwin
- version_constraint: "true"
asset: progressline-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: zip
replacements:
amd64: x86_64
darwin: apple-macosx
linux: unknown-linux-gnu
overrides:
- goos: linux
replacements:
arm64: aarch64
supported_envs:
- linux
- darwin
16 changes: 15 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 9148789

Please sign in to comment.