Skip to content

Commit

Permalink
fix(dwisiswant0/tlder): follow up changes of tlder v0.1.0 (#21718)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Apr 8, 2024
1 parent 9c7e9ac commit 780083e
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 23 deletions.
4 changes: 3 additions & 1 deletion pkgs/dwisiswant0/tlder/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: dwisiswant0/tlder@v0.0.1
- name: dwisiswant0/tlder@v0.1.0
- name: dwisiswant0/tlder
version: v0.0.1
34 changes: 23 additions & 11 deletions pkgs/dwisiswant0/tlder/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,27 @@ packages:
- type: github_release
repo_owner: dwisiswant0
repo_name: tlder
asset: tlder_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
description: TLDs finder — check domain name availability across all valid top-level domains
replacements:
darwin: macOS
overrides:
- goos: windows
format: zip
checksum:
type: github_release
asset: tlder_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.0.1")
asset: tlder_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
darwin: macOS
checksum:
type: github_release
asset: tlder_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: tlder_{{.Version}}-{{.OS}}_{{.Arch}}
format: raw
replacements:
amd64: x86_64
checksum:
type: github_release
asset: tlder_{{trimV .Version}}_checksums.txt
algorithm: sha256
34 changes: 23 additions & 11 deletions registry.yaml

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

0 comments on commit 780083e

Please sign in to comment.