Skip to content

Commit

Permalink
fix(yitsushi/totp-cli): follow up changes of totp-cli v1.8.7 (#18793)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 7, 2024
1 parent fd1e2bd commit 4033d45
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 19 deletions.
18 changes: 17 additions & 1 deletion pkgs/yitsushi/totp-cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
packages:
- name: yitsushi/totp-cli@v1.8.5
- name: yitsushi/totp-cli@v1.8.7
- name: yitsushi/totp-cli
version: v1.8.6
- name: yitsushi/totp-cli
version: v1.8.5
- name: yitsushi/totp-cli
version: v1.1.17
- name: yitsushi/totp-cli
version: v1.1.10
- name: yitsushi/totp-cli
version: v1.1.9
- name: yitsushi/totp-cli
version: v1.1.4
- name: yitsushi/totp-cli
version: v1.1.3
- name: yitsushi/totp-cli
version: 1.0.5
126 changes: 117 additions & 9 deletions pkgs/yitsushi/totp-cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,121 @@ packages:
- type: github_release
repo_owner: yitsushi
repo_name: totp-cli
asset: totp-cli-{{.Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
description: Authy/Google Authenticator like TOTP CLI tool written in Go
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- amd64
rosetta2: true
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.0.5")
asset: totp-cli-{{.OS}}-{{.Arch}}
format: raw
rosetta2: true
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 1.1.3")
asset: totp-cli_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
supported_envs:
- darwin
- windows
- amd64
checksum:
type: github_release
asset: totp-cli_{{.Version}}_{{.OS}}_{{.Arch}}_checksum.txt
algorithm: md5
- version_constraint: Version == "v1.1.4"
asset: totp-cli_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
supported_envs:
- linux/amd64
checksum:
type: github_release
asset: totp-cli_{{.Version}}_{{.OS}}_{{.Arch}}_checksum.txt
algorithm: md5
- version_constraint: semver("<= 1.1.9")
asset: totp-cli_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
supported_envs:
- linux/amd64
- darwin
checksum:
type: github_release
asset: totp-cli_{{.Version}}_{{.OS}}_{{.Arch}}_checksum.txt
algorithm: md5
- version_constraint: Version == "v1.1.10"
asset: totp-cli_{{.Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
supported_envs:
- linux/amd64
checksum:
type: github_release
asset: totp-cli_{{.Version}}_{{.OS}}_{{.Arch}}_checksum.txt
algorithm: md5
- version_constraint: semver("<= 1.1.17")
asset: totp-cli-{{.Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- windows
- amd64
checksum:
type: github_release
asset: "{{.Asset}}.md5"
algorithm: md5
- version_constraint: semver("<= 1.2.1")
no_asset: true
- version_constraint: semver("<= 1.8.5")
asset: totp-cli-{{.Version}}-{{.OS}}-{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- windows
- amd64
checksum:
type: github_release
asset: "{{.Asset}}.md5"
algorithm: md5
- version_constraint: Version == "v1.8.6"
asset: totp-cli_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: totp-cli_{{trimV .Version}}_checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: totp-cli_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: totp-cli_{{trimV .Version}}_checksums.txt
algorithm: sha256
126 changes: 117 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 4033d45

Please sign in to comment.