Skip to content

Commit

Permalink
fix(abhimanyu003/sttr): regenerate the setting (#27702)
Browse files Browse the repository at this point in the history
* feat(abhimanyu003/sttr): scaffold abhimanyu003/sttr

* fix(abhimanyu003/sttr): fix windows
  • Loading branch information
suzuki-shunsuke authored Oct 11, 2024
1 parent fa57973 commit 1f8751d
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 19 deletions.
6 changes: 5 additions & 1 deletion pkgs/abhimanyu003/sttr/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
packages:
- name: abhimanyu003/[email protected]
- name: abhimanyu003/[email protected]
- name: abhimanyu003/sttr
version: v0.2.23
- name: abhimanyu003/sttr
version: v0.2.11
46 changes: 37 additions & 9 deletions pkgs/abhimanyu003/sttr/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,41 @@ packages:
- type: github_release
repo_owner: abhimanyu003
repo_name: sttr
asset: sttr_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
description: cross-platform, cli app to perform various operations on string
overrides:
- goos: darwin
asset: sttr_{{trimV .Version}}_{{.OS}}_all.{{.Format}}
checksum:
type: github_release
asset: sttr_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.2.11")
asset: sttr_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
checksum:
type: github_release
asset: sttr_{{trimV .Version}}_checksums.txt
algorithm: sha256
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.2.23")
asset: sttr_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: sttr_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: darwin
asset: sttr_{{trimV .Version}}_{{.OS}}_all.{{.Format}}
- version_constraint: "true"
asset: sttr_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: sttr_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: darwin
asset: sttr_{{trimV .Version}}_{{.OS}}_all.{{.Format}}
- goos: windows
format: zip
46 changes: 37 additions & 9 deletions registry.yaml

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

0 comments on commit 1f8751d

Please sign in to comment.