Skip to content

Commit

Permalink
Merge pull request #9960 from CrystalMethod/fix/awstaghelper
Browse files Browse the repository at this point in the history
fix(mpostument/awstaghelper) follow up changes of awstaghelper v0.18.0
  • Loading branch information
suzuki-shunsuke committed Feb 17, 2023
2 parents 048f69b + 40e11b5 commit a0e31d1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
4 changes: 3 additions & 1 deletion pkgs/mpostument/awstaghelper/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: mpostument/awstaghelper@0.17.1
- name: mpostument/awstaghelper@0.18.0
- name: mpostument/awstaghelper
version: 0.17.1
24 changes: 16 additions & 8 deletions pkgs/mpostument/awstaghelper/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@ packages:
repo_owner: mpostument
repo_name: awstaghelper
description: AWS bulk tagging tool
rosetta2: true
replacements:
darwin: Darwin
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
supported_envs:
- darwin
- amd64
amd64: 64bit
arm64: ARM64
asset: awstaghelper_{{.Version}}_{{.OS}}_{{.Arch}}.tar.gz
version_constraint: semver(">= 0.18.0")
version_overrides:
- version_constraint: "true"
rosetta2: true
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
supported_envs:
- darwin
- amd64
checksum:
type: github_release
asset: checksums.txt
Expand Down
24 changes: 16 additions & 8 deletions registry.yaml

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

0 comments on commit a0e31d1

Please sign in to comment.