Skip to content

Commit

Permalink
fix(pimalaya/himalaya): support old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 9, 2024
1 parent 522d8b8 commit 516c92a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkgs/pimalaya/himalaya/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ packages:
- type: github_release
repo_owner: pimalaya
repo_name: himalaya
aliases:
- name: soywod/himalaya
description: CLI to manage emails
version_constraint: "false"
version_overrides:
Expand All @@ -26,6 +28,19 @@ packages:
supported_envs:
- linux/amd64
- darwin
- version_constraint: semver("< 0.3.2")
asset: himalaya-{{.OS}}.{{.Format}}
format: tar.gz
files:
# https://github.com/soywod/himalaya/issues/144
- name: himalaya
src: himalaya.exe
replacements:
darwin: macos
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.7.3")
asset: himalaya-{{.OS}}.{{.Format}}
format: tar.gz
Expand Down
15 changes: 15 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 516c92a

Please sign in to comment.